LukasRyder.github.io

View on GitHub

2 - Azure Achitecture and Services

MS Learn 35%-40%

FYI Azure Active Directory = Entra ID Directory is the same as a tennant, used interchangable

Azure Accounts

Azure Architectural Components

Physical locations

Regions

Note: pricing is region based!

Availabiltiy zones

Fault domain

Hierarchy in Azure

Management Groups

Subscriptions

An Azure subscription provides you with authenticated and authorised access to Azure Accounts.

Resource Groups

Tags

Compute

Compute Types

Azure compute is an on-demand computing service that provdes computing resources such as disks, processors, memory, networking, and operating systems.

Comparing Azure Compute Options

VM Config options

Costs of a VM

Virtual Machines vs Containers

Networking

Virtual Networking

Azure Virtual Networking (vNet) enables Azure resources to communicate with eachother, the internet, andd on-premise networks.

Network Security

Network things

Not on the exam, but useful when setting up an environment in Azure

Azure Networking Services

Storage

Storage accounts: need a globally unique name, can’t contain UpperCase

Redundancy Options

Storage Services

Public endpoints  
Blob Storage https://storage-account-name.blob.core.windows.net
Data Lake Storage Gen2 https://storage-account-name.dfs.core.windows.net
Azure Files https://storage-account-name.files.core.windows.net
Queue Storage https://storage-account-name.queue.core.windows.net
Table Storage https://storage-account-name.table.core.windows.net

Azure Storage Access Tiers

| Hot | Cool | Cold | Archive | | :—- | :—- | :—- | :—- | | Optimised for storing data that is frequently accessed | Optimised for storing data that is infrequently accessed and stored for at least 30 days | Optimised for storing data that is infrequently accessed and stored for at least 90 days | Optimised for storing data that is rarely accessed and stored for at least 180 days with flexible latency requirements | Archive is an agreement for 180 days even if you change it to something else within that period

Types of Blob storage

Azure Migrate

File Management options

AzCopy Azure Storage Explorer Azure File Sync
Command line utility Graphic user interface Synchronizes Azure and on premise files in a bidirectional manner
Copy blobs or files to or from your storage account Compatible with Windows, MacOS and Linux Cloud tiering keeps frequently access files local while freeing up space
One-direction synchronisation Uses AzCopy to handle file operations Rapid reprovisioning of failed loval servers (install and resync)

Identity and Access

Authentication Authorisation Accounting
Identifies the person or service seeking access to a resource Determines an authenticated person’s or service’s level of access Records what a person or service did with their access
Requires legitimate access credentials Defines what data they can access  
Basis for creating secure identity and access control principles    

Microsoft Entra ID

Azure’s cloud-based identity and access management service.

Conditional Access is used to bring signals together to make decisions and enforce organisational policies

Role-based Access Control RBAC

Custom roles are only possible with a premium 1 or 2 account.

Security principles